1 package mobisnap.mobile_trx; 2 3 public class UnknownException extends mobisnap.MobisnapException 4 { 5 public UnknownException() { 6 super(); 7 } 8 9 public UnknownException( String str) { 10 super( str); 11 } 12 }

This page was automatically generated by Maven